home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / tclX6.4c / dist / tcllib / help / internation / catclose < prev    next >
Encoding:
Text File  |  1992-11-10  |  476 b   |  11 lines

  1.  
  2.  
  3.           catclose [-fail|-nofail] cathandle
  4.                Close the message catalog specified by cathandle.
  5.                Normally, errors are ignored.  If -fail is specified,
  6.                any errors closing the message catalog file are
  7.                returned.  The option -nofail specifies the default
  8.                behavior of not returning an error.  The use of -fail
  9.                only makes sense if it was also specified in the call
  10.                to catopen.
  11.